Learn R Programming

ROI (version 0.2-1)

constraint (Constructors): constraint

Description

ROI distinguishes between 4 different types of constraint:

Usage

"c"(..., recursive = FALSE)
as.constraint(x)
is.constraint(x)
"dim"(x)

Arguments

recursive
a logical, giving if the arguments should be combined recursively.
x
an object to be coerced or tested.
...
objects to be combined.